class n. 1.阶级;社会等级。 2.学级;班级,年级,级,班;组;(有组织的)讲习班;〔美国〕同年毕业班;【军事】同年入伍士兵。 3.(高低、优劣的)等级;类别。 4.〔英大学〕(荣誉考试)优等;〔俚语〕高级,优秀;漂亮,优雅。 5.【生物学】(分类学的)纲;【矿物】晶族。 6.(一节)课。 the working class工人阶级。 No class today. 今天没课。 C- is over. 下课。 boycott classes 罢课。 the first [second] class头[二]等。 high [low] class高[低]级。 There's a good deal of class about him. 他有很多优点。 He is not class enough. 他没有什么了不起。 at the top of one's class 出类拔萃;居首要位置。 be no class 〔俚语〕不足道;无价值。 class of the field 〔美国〕比赛的优胜候补人。 get a class=obtain a class. in a class by itself 特好,出众。 in class在上课中。 in the same class 〔美国〕同一类型的,同等的。 no class 〔俚语〕等外的,极坏的,蹩脚的〔用作表语〕。 not in the same class with 不能同…相比,无法和…相提并论,比不上…。 obtain a class=take a class 毕业考试得优等。 take a class at (Oxford) 在(牛津大学)进荣誉班。 take a class of (beginners) 担任(初级)班(的教师)。 take classes in (history) 听(历史)课,选修(历史)课程。 the classes 上层社会;知识阶级。 the classes and masses 各阶级和各阶层。 vt. 把…分类,把…分等[分级];给…定等级,把…分组。 vi. 属于…类[等、级、组]。 adj. -able 可分类[等级]的。 adj. -less 无阶级的。
Class scope and its educational equitation 班级规模与教育公平
Class scope includes all base classes 类范围包含所有的基类。
Class scope , if the current location is inside a c member function 类范围,如果当前位置在c + +成员函数内。
The data member is declared in class scope , but definition is performed at file scope 这个数据成员在类的作用域里面声明,但是要在文件作用域里面定义。
“ class scope testing corresponds with the classical definition of unit testing : exercising a relatively small software component , usually via a driver , in isolation 我认为这段话也清楚地表明了作者认为针对类的测试是属于单元测试的立场。
Because the name of a class is inserted in its class scope ( clause 9 ) , the name of a class is also considered a member of that class for the purposes of name hiding and lookup 在“表达式的语境中查找”的名字是被出现该表达式的作用域中作为非限定名称查找的。
Because the name of a class is inserted in its class scope ( clause 9 ) , the name of a class is also considered a member of that class for the purposes of name hiding and lookup 由于类的名称是被插入到其类作用域(章节9 )中,所以处理名字隐藏和查找时,类的名字同样被看作该类的成员。
Declaration can appear only in contexts where a class declaration can appear , that is , at global scope , at package scope , or at class scope , but not inside a function or method 声明只能出现在类声明可以出现的上下文中(即全局范围) 、包范围内或类范围内,而不能出现在函数或方法中。
Unlike actionscript 2 , methods in actionscript 3 now retain their class scope when called , even if assigned to another object and called from that object , or if used with function . call and function . apply 当你创建类的时候,你除了创建这个类的实例外,同时也创建了和这个类相关的变量和方法。